home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 2 / CU Amiga Magazine's Super CD-ROM 02 (1996)(EMAP Images)(GB)[!][issue 1996-04].iso / magazine / amiga_e / amigae-l.0294 / 000061_donews!crash!p…s.nott.ac.uk!dp_Tue, 15 Feb 94 07:14:51 PST.msg < prev    next >
Text File  |  1994-03-05  |  3KB  |  62 lines

  1. Received: by bkhouse.cts.com (V1.17-beta/Amiga)
  2.       id <1u6y@bkhouse.cts.com>; Tue, 15 Feb 94 07:14:51 PST
  3. Received: from crash by donews.cts.com with uucp
  4.     (Smail3.1.28.1 #18) id m0pWLhs-0002SxC; Tue, 15 Feb 94 04:04 EST
  5. Received: from Cs.Nott.AC.UK by crash.cts.com with smtp
  6.     (Smail3.1.28.1 #18) id m0pWLRH-0000CyC; Tue, 15 Feb 94 00:47 PST
  7. Received: from piaggio.maths.nott.ac.uk by marian.Cs.Nott.AC.UK id aa03955;
  8.           15 Feb 94 8:45 GMT
  9. Date: Tue, 15 Feb 94 08:44:12 GMT
  10. Message-Id: <27587.9402150844@piaggio.maths.nott.ac.uk>
  11. From: Darren Parr <dp@maths.nott.ac.uk>
  12. To: AmigaE@bkhouse.cts.com
  13. Cc: dp@maths.nott.ac.uk
  14. Subject: Re:  More questons about Gadtools.
  15.  
  16. > Now...  I need to figure out the getfile gadget .....
  17.  
  18. Well there may be a problem there as the getfile gadget is actually a boopsi
  19. image incorporated into gadtoolsbox.
  20.  
  21. I dont know much about srcgen but maybe its due to the fact that normally you#
  22. have to link your code with the file boopsi.o that comes with gadtoolsbox.
  23.  
  24. So maybe this hasnt been implimented yet into srcgen.
  25. The best thing to do is come up with an intuiimage for some getfile gadget and
  26. then just create it as a rendered gadget - not using gadtools.library cos that
  27. dont support image gadgets.
  28.  
  29. BoomBoom(mexaland)
  30. #
  31. dp@maths.nott.ac.uk
  32. From donews!crash!piaggio.maths.nott.ac.uk!maths.nott.ac.uk!dp Wed, 16 Feb 94 01:41:57 PST
  33. Received: by bkhouse.cts.com (V1.17-beta/Amiga)
  34.       id <1u75@bkhouse.cts.com>; Wed, 16 Feb 94 01:41:57 PST
  35. Received: from crash by donews.cts.com with uucp
  36.     (Smail3.1.28.1 #18) id m0pWM8Z-0001V5C; Tue, 15 Feb 94 04:32 EST
  37. Received: from Cs.Nott.AC.UK by crash.cts.com with smtp
  38.     (Smail3.1.28.1 #18) id m0pWLs3-0000CqC; Tue, 15 Feb 94 01:15 PST
  39. Received: from piaggio.maths.nott.ac.uk by marian.Cs.Nott.AC.UK id aa04137;
  40.           15 Feb 94 8:56 GMT
  41. Date: Tue, 15 Feb 94 08:55:24 GMT
  42. Message-Id: <27893.9402150855@piaggio.maths.nott.ac.uk>
  43. From: Darren Parr <dp@maths.nott.ac.uk>
  44. To: amigae@bkhouse.cts.com
  45. Cc: dp@maths.nott.ac.uk
  46. Subject: citas
  47.  
  48. I know this probably isnt the right place - but Im after a program that converts
  49. a dpaint brush to an intuiimage.
  50.  
  51. I could write something that decrunched it and did it but i dont really want to
  52. waste the time if someone else has written something already.
  53.  
  54. I need the program to load the brush in , and then save it out as a binary file
  55. telling me the dimensions of the intuiimage it has saved - so that I can
  56. incorporate it into my code buy using a standard image object and copying the
  57. binary to chip mem after loading it with INCBIN.
  58.  
  59. I want it to strip all the CMAP and BMHD stuff - I just want pure data.
  60.  
  61. BoomBoom (mexaland)
  62. dp@maths.nott.ac.uk